DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / CreateInternalList Method

In This Topic
    CreateInternalList Method (C1SelectDataCollection<S,T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function CreateInternalList( _
       ByVal source As IReadOnlyList(Of S) _
    ) As IReadOnlyList(Of T)
    protected override IReadOnlyList<T> CreateInternalList( 
       IReadOnlyList<S> source
    )

    Parameters

    source
    See Also